-
I have a problem trying to mock the redis createClient() method in NodeJS using mocha and sinon. This is a …
- 351 views
- 1 answers
- 0 votes
-
I have this exported function: module.exports.doThing = async (input) => { if(input === ”) { throw(‘no input present’) } // …
- 0 views
- 0 answers
- 0 votes